From: Richard M. Stallman Date: Fri, 10 Nov 1995 16:42:06 +0000 (+0000) Subject: Always include sys/wait.h unless NOT_C_CODE; X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~85603 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f0ce95e7d21ef282582faeb200e6ff66970c4cae;p=emacs.git Always include sys/wait.h unless NOT_C_CODE; don't test #ifdef emacs for that. --- diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index d6b87ec19ae..047ef10557a 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h @@ -78,12 +78,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ * interfere. And don't try to use SIGIO yet. */ +#ifndef NOT_C_CODE +#include +#endif + #ifdef emacs #include #include #include #include -#include #include #include #include